Returns the word located at the specified index.
String getWordAtIdx(int wordIdx) { return _idxToWords[wordIdx]; }