addDirtinessObserving: function() {
    var self = this;

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