I have these three classes which are nested.
Level 1 = Chapter objects
export class Chapter { constructor() { this.groups = new Array()