In WordsDataSource.java:

String[] wordname = new String[]{ WordsHelper.COLUMN_WORD };
I believe this tells it to include only one column ("WORD") in the result set, so asking for column #4 is...