_setObject(object) {
    Object.keys(object).forEach(key => {
      this.set(key, object[key]);
    });
  }