getGroups() {
        this.httpService.getListOfGroups().subscribe((result) => {
            this.groupList = result;
        });
    };