Unable to find column position by name: id

I already understood where the problem comes from. In the names() method I am telling it to return an arraylist of usermodel, but that usermodel only has the firstname parameter; id, lastname and email are empty, that’s why it generates a conflict.