Presenter
mView.onFeaturesUsedUpdated().subscribe(new Action1<List<String>>() {
@Override
public void call(List<String> features) {
AppLogger.d(TAG, "onFeatureSelected " + features.toString()); //
mDataset.featuresUsed = features;
}
});