add() {
    startMeasure("add");
    this.state.store.add();
    this.setState({ store: this.state.store });
  }