public List <string> GetAlphabetizedAsList()
 {
     return(_outputManager.GetStringListFromIndices(_alphabetizedIndices));
 }