removeDirtinessObserving: function() {
    var self = this;

    this.get('watchProperties').forEach(function(watchProp) {
      self.removeObserver(watchProp, self, 'synchronizeIsDirtyProperty');