public int[] ToIntegers() { var array = new BitArray(values.ToArray()); return(Wordlist.ToIntegers(array)); }