updateGroupToList(addGroup){ let index = this.groups.findIndex(({id}) => id == addGroup.id); this.groups[index] = addGroup; return this.groups; }