private string monster_type_to_string(monster_type target_type)
 {
     return target_type.ToString();
 }