public String getCommand() {
    if (activeCom == null) return null;

    return activeCom.getCommand();
  }