Returns the mnemonic phrase as a string with words separated by spaces.
@override String toString() { return "${toStr().substring(0, toStr().length ~/ 3)}..."; }