Map<String, dynamic> toJson() { return { 'userId': userId, 'avatarUrl': avatarUrl, 'userName': userName, 'level': level, }; }