public TolerantPlan(Obstacle obstacle) { Obstacle = obstacle; }
public SimplePlan(Obstacle obstacle) { Obstacle = obstacle; }