Returns a string representation of the key pair in the format "publicKey privateKey".
@override String toString() { return "$publicKey $privateKey"; }