public void Remove(Word word) { wordList.Remove(word); }
private bool Contains(Word word) { return(wordList.Contains(word)); }