_toggle: function() {
    var value = !this.model.get('guessing');
    this.model.set('guessing', value);
  }