Converts Message to JSON
Map<String, dynamic> toJson() => { 'role': role.value, 'content': content, };