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