Map<String, dynamic> toMap() => { "id": id, "name": name, "code": code, "hibernateLazyInitializer": hibernateLazyInitializer?.toMap(), };