Map<String, dynamic> toMap() { return { 'name': name, 'address': address, 'bonded_state': bondedState, }; }