String get currentWord => value.currentWord;
set currentWord(String value) => setWordAt(currentWordIndex, value);