Map<String, dynamic> toMap() { return { 'groupSearchInfoList': groupSearchInfoList.map((item) => item.toMap()).toList(), 'nextFlag': nextFlag, }; }