public RealmRecipe(Recipe recipe) {
   title = recipe.getTitle();
   description = recipe.getDescription();
 }