@Override
 public void step(Step step) {
   try {
     featureSession.addStep(step);
   } catch (Exception e) {
     e.printStackTrace();
   }
 }