Modules.prototype.outputTable = function() {
    console.log(this.table.toString());
    return local.displayPrompt();
  };