Checks if a user is the creator of the group
bool isCreator(String userId) { return createdBy == userId; }