public void writeFile(final String fileName) {
   IOUtils.writeFile(fileName, questionPool, false);
 }