addReaderGroup(group: string) {
    const groups = this.readerGroups;

    if (groups.indexOf(group) === -1) {
      groups.push(group);