[self addObserver:self forKeyPath:@"hoge" options:NSKeyValueChangeSetting context:nil];
- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context { NSLog(@"keyPath %@ change %@",keyPath , change); }