Returns the mnemonic phrase as a list of words.
List<String> toList() { return _mnemonicList.clone(); }