Method to get the Tron address as a string, with an option to visible address (base58) or hex address
@override String toString([bool visible = true]) { return toAddress(visible); }