removeWriterGroup(group: string) {
    const groups = this.writerGroups;
    const index = groups.indexOf(group);

    if (index !== -1) {