Convert the TronKey object to a JSON representation.
@override Map<String, dynamic> toJson() { return {'address': address, 'weight': weight}; }