public void savePresentation(GLCanvas canvas) {
    PresentationLoader loader = new PresentationLoader();
    loader.savePresentation(presentation, canvas);

    //		new JSONOutput().store(presentation);
  }