Map<String, dynamic> toJson() => { 'id': id, 'name': name, 'description': description, 'imageURL': imageURL, 'userList': userList, };